home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / pxfsigfillset.z / pxfsigfillset
Encoding:
Text File  |  1998-10-30  |  2.8 KB  |  60 lines

  1. PXFSIGFILLSET(3F)                                     Last changed: 2-26-98
  2.  
  3.  
  4. NNAAMMEE
  5.      PPXXFFSSIIGGFFIILLLLSSEETT - Initializes signal set such that all signals defined
  6.      in POSIX standard are included
  7.  
  8. SSYYNNOOPPSSIISS
  9.      SSUUBBRROOUUTTIINNEE PPXXFFSSIIGGFFIILLLLSSEETT ((_j_s_i_g_s_e_t,, _i_e_r_r_o_r))
  10.      IINNTTEEGGEERR _j_s_i_g_s_e_t,, _i_e_r_r_o_r
  11.  
  12. IIMMPPLLEEMMEENNTTAATTIIOONN
  13.      UNICOS, UNICOS/mk, and IRIX systems
  14.  
  15. SSTTAANNDDAARRDDSS
  16.      IEEE standard interface for FORTRAN 77
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      The PPXXFFSSIIGGFFIILLLLSSEETT subroutine uses ssiiggffiillllsseett(3C) to initialize the
  20.      specified signal set, _j_s_i_g_s_e_t, to the set of signals that includes the
  21.      signals defined by the POSIX standard.
  22.  
  23.      The following is a list of valid arguments for this routine:
  24.  
  25.      _j_s_i_g_s_e_t   A default integer input variable containing a handle created
  26.                by PPXXFFSSTTRRUUCCTTCCRREEAATTEE((_s_i_g_s_e_t,,......))..
  27.  
  28.      _i_e_r_r_n_o    A default integer output variable that contains zero if
  29.                PPXXFFSSIIGGFFIILLLLSSEETT was successful and nonzero if PPXXFFSSIIGGFFIILLLLSSEETT
  30.                was not successful.
  31.  
  32.      This subroutine may return any of the following error values:
  33.  
  34.      EEFFAAUULLTT         The _j_s_i_g_s_e_t argument points outside the allocated
  35.                     space.
  36.  
  37.      EEBBAADDHHAANNDDLLEE     The _j_s_i_g_s_e_t argument is invalid.
  38.  
  39.      On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
  40.      default when compiling programs with the MIPSpro 7 Fortran 90 compiler
  41.      or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
  42.      7.2 F77 compiler.
  43.  
  44.      When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
  45.      UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
  46.      kind unless documented otherwise. On UNICOS and UNICOS/mk, default
  47.      kind is KKIINNDD==88 for integer, real, complex, and logical arguments; on
  48.      IRIX systems, the default kind is KKIINNDD==44.
  49.  
  50. NNOOTTEESS
  51.      Replace any Fortran reference to ssiiggffiillllsseett(()) with a subroutine call
  52.      to PPXXFFSSIIGGFFIILLLLSSEETT.
  53.  
  54. SSEEEE AALLSSOO
  55.      ssiiggffiillllsseett(3C)
  56.      PPXXFFSSTTRRUUCCTTCCRREEAATTEE(3F)
  57.  
  58.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication
  59.      SR-2165, for the printed version of this man page.
  60.